runtime.profBuf.tags (field)
11 uses
	runtime (current package)
		profbuf.go#L97: 	tags    []unsafe.Pointer
		profbuf.go#L230: 	b.tags = make([]unsafe.Pointer, tags)
		profbuf.go#L242: 	if countSub(br.tagCount(), bw.tagCount())+len(b.tags) < 1 {
		profbuf.go#L268: 	if countSub(br.tagCount(), bw.tagCount())+len(b.tags) < 2 {
		profbuf.go#L349: 	wt := int(bw.tagCount() % uint32(len(b.tags)))
		profbuf.go#L351: 		*(*uintptr)(unsafe.Pointer(&b.tags[wt])) = uintptr(*tagPtr)
		profbuf.go#L444: 		ti := int(rPrev.tagCount() % uint32(len(b.tags)))
		profbuf.go#L446: 			b.tags[ti] = nil
		profbuf.go#L447: 			if ti++; ti == len(b.tags) {
		profbuf.go#L521: 	tags = b.tags[br.tagCount()%uint32(len(b.tags)):]
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |